PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / vCurveTo Method
X coordinate of second control point.
Y coordinate of second control point.
X coordinate of curve end point.
Y coordinate of curve end point.
In This Topic
    vCurveTo Method
    In This Topic
    Append a cubic Bézier curve to the current path. Operator: v
    Syntax
    public void vCurveTo( 
       double x2,
       double y2,
       double x3,
       double y3
    )

    Parameters

    x2
    X coordinate of second control point.
    y2
    Y coordinate of second control point.
    x3
    X coordinate of curve end point.
    y3
    Y coordinate of curve end point.
    See Also